Customer Reviews

4.82 out of 5
See all 157 reviews
Write a Review
  • All Reviews (157)
  • Image (7)
  • Video (2)
  • All Star
    • All Star(157)
    • 5 Star(141)
    • 4 Star(9)
    • 3 Star(4)
    • 2 Star(1)
    • 1 Star(2)
Sort by:
Top Review
  • Top Review
  • Most Helpful
  • Most Recent
Reviews only from your country (Lao People's Democratic Republic)
|
Show Original

A part of the review has been auto-translated.

  • 13/04/2014

    This board and remote combo work well with Arduino's. Easy to program. Press 1 of the 4 buttons and a digitial port goes high. This will work well for multiple input and robotic projects. I couldn't find a sample program for this board, so I wrote one. It's simple, but works well to test the board and remote. One thing to note, the remote control buttons do not match the picture of the product. Over all a nicely designed board for projects. //4 Channel Wireless RF Remote Control Transmitter/Receiver Module //Basic test program - no interrupt or debounce of the pressed buttons //Note that this is for the pushbutton configuration // // // Picture on BangGood is backwards // // // If you have this remote control configuration use the following // D0=3 // D1=4 // D2=5 // D3=6 int VT = 2; int D0 = 5; int D1 = 3; int D2 = 6; int D3 = 4; int ledPin = 13; int PB = 0; int out0 = 0; int out1 = 0; int out2 = 0; int out3 = 0; void setup() { Serial.begin(9600); pinMode(ledPin, OUTPUT); pinMode(D0, INPUT); pinMode(D1, INPUT); pinMode(D2, INPUT); pinMode(D3, INPUT); pinMode(VT, INPUT); } void loop() { PB = 0; out0 = 0; out1 = 0; out2 = 0; out3 = 0; int PB = digitalRead(VT); int out0 = digitalRead(D0); int out1 = digitalRead(D1); int out2 = digitalRead(D2); int out3 = digitalRead(D3); if (PB == HIGH) { digitalWrite(ledPin, HIGH); delay (50); digitalWrite(ledPin, LOW); Serial.println(PB); Serial.println(out0); Serial.println(out1); Serial.println(out2); Serial.println(out3); Serial.println("**************************"); } }

    Comments (2)
    Show Original
  • 28/09/2016

    The battery was not charged, I have to buy it, and cost and it costs about 3$ in my country. Have to solder, to SET your personal KEY Have to solder a cupper wire like a antenna

    Comments
    Show Original
Show:

    Total 0 pages

    Go to page

    Go

    You might be interested in

    recommendation for you
    • US$6.99
    • US$11.99
    • US$8.50
    • US$5.99
    • US$4.99
    • US$5.99
    • US$12.99
    • US$26.99
    • US$12.99
    • US$7.99
    • US$8.29
    • US$6.99
    • US$8.99
    • US$18.32
    • US$16.65
    • US$8.17
    • US$8.09
    • US$19.99